home *** CD-ROM | disk | FTP | other *** search
- # MakeFile - Make instructions for the ResEdit ICON LDEF.
- #
- # Copyright Apple Computer, Inc. 1986-1990
- # All rights reserved.
- #
- # This makefile builds:
- # The ICON Resource LDEF
- #
-
- OutFile = {buildToName}
- obj = :obj:
- source = :Source:
- ResEditLibraries = ::Libraries:
-
- LDEFLibs = {obj}LDEF.a.o カ
- {obj}ResDisp.a.o
- # Link for ICON LDEF
- "{OutFile}" トト {obj}ICON.LDEF.p.o {LDEFLibs}
- Link {LDEFLibs} カ
- {obj}ICON.LDEF.p.o カ
- -ra =resPurgeable -sg ICON -rt LDEF=128 カ
- -o "{OutFile}"
-
- {obj} ト {source} {ResEditLibraries}
-
-
-
-